home *** CD-ROM | disk | FTP | other *** search
/ ftp.eterna.com.au / 2014.06.ftp.eterna.com.au.tar / ftp.eterna.com.au / pub / putty-0.56-installer.exe / {app} / pageant.exe / MANIFEST / 1
Extensible Markup Language  |  2004-10-26  |  752b  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- This is present purely to make Visual Styles in XP work better.
  3.      See 20020104174954.A12067@imsa.edu. -->
  4. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  5. <assemblyIdentity
  6.    version="1.0.0.0"
  7.    processorArchitecture="x86"
  8.    name="Pageant"
  9.    type="win32" />
  10.    <description>SSH authentication agent for PuTTY.</description>
  11.    <dependency>
  12.    <dependentAssembly>
  13.         <assemblyIdentity type="win32"
  14.              name="Microsoft.Windows.Common-Controls"
  15.              version="6.0.0.0" 
  16.              publicKeyToken="6595b64144ccf1df"
  17.              language="*" 
  18.              processorArchitecture="x86"/> 
  19.    </dependentAssembly>
  20.    </dependency>
  21. </assembly>
  22.